aliases:
- Sync settings
- Selective syncing
- Obsidian Sync/Select files and settings to sync
- Settings profile
description: This page explains the Sync settings and guides you in selecting which files to sync.
mobile: false
permalink: sync/settings
publish: true
When you create a remote vault and connect to it, the Sync Core plugin becomes the place for managing your remote vault.
Remote vault
This section shows your currently connected remote vault. It includes a Disconnect button to disconnect from the remote vault and a Manage button to view all remote vaults your account has access to (including shared vaults via collaboration).
Sync status
Displays the current sync status of the remote vault. This section includes either a Pause or Resume button, depending on the status.
Device name
Assign a unique name to the device currently syncing. This helps track activity in the sync log.
Deleted files
Contains a button to View or Restore deleted files. For more details, see Version history.
Storage usage
Displays a progress bar showing how much of your sync storage is used.
Contact support
Provides instructions on how to contact Obsidian support, including options to Copy debug info and Email support.
You can also choose what to sync in the Sync Core plugin's settings. This section covers selective sync and vault configuration sync, along with their associated caveats.
Files synced to your remote vault contribute to your storage limit. By default, Obsidian Sync activates selective sync for the following file types:
To sync additional file types, toggle the Sync all other types
option.
The default vault configuration sync settings include:
To sync community plugins, manually enable Active community plugin list and Installed community plugin list.
Note that your Sync plan defines the maximum file size you can sync. The Standard plan allows syncing files up to 5MB, while the Plus plan supports files up to 200MB.
By default, Obsidian syncs all files and folders in your vault. To exclude a specific folder from syncing:
Folders that begin with a .
(e.g., .hidden
) are treated as hidden folders and are not synced. The only exception is the Configuration folder, typically named .obsidian
.
Common examples of hidden folders that are not synced include .vscode
, .git
, and .idea
.
Sync settings do not sync across devices. You need to configure them separately on each device as needed.
To modify sync settings across multiple devices, follow these steps:
The primary device acts as the source of truth. Changes made here are synced across all other devices.
Secondary devices (such as your phone) receive updates from the primary device.
Certain settings can be hot reloaded, while others require a restart:
Community plugins typically do not support hot reloading and require a restart when new settings are applied.
Obsidian Sync can sync multiple configuration folders to the same remote vault, allowing you to create separate profiles (e.g., one for mobile, another for your laptop).
To create a new settings profile:
.
), e.g., .obsidian-mobile
.Changing the settings profile will require reconfiguring your sync settings. To avoid redownloading plugins and themes, copy your existing .obsidian
folder and rename it to match your new profile (e.g., .obsidian-mobile
) before making changes.